home *** CD-ROM | disk | FTP | other *** search
/ SGI Desktop Special Edition 1.1 / SGI Desktop Special Edition 1.1.iso / dist / mmail.idb / usr / lib / Zmail / bin / zxwud.z / zxwud
Encoding:
Text File  |  1995-11-13  |  158 b   |  11 lines

  1. :
  2. : Wrapper for xwud to hide bizarre exit status
  3. output=`xwud ${1+"$@"} 2>&1`
  4. if test -z "$output"
  5. then
  6.     exit 0
  7. else
  8.     echo "$output" 1>&2
  9.     exit 1
  10. fi
  11.